←Select platform

GetValidator<T> Method

Summary

Gets the validator with the specified type.

Syntax

C#
VB
C++
public static T GetValidator<T>() 
  
Public Shared Function GetValidator(Of T As Leadtools.Dicom.Scp.ICommandRequestValidator)() As T 
public: 
static _T^_ GetValidatorgeneric<typename T> 
();  
where T: Leadtools.Dicom.Scp.ICommandRequestValidator 

Type Parameters

T
The type of validator to get.

Return Value

A validator of the specified type. Null if the validator is not found.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly